ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / FinancialChart<T> Class / Options Property

In This Topic
    Options Property (FinancialChart<T>)
    In This Topic
    Gets various chart options. The following options are supported: KajiFields, KagiRangeMode, KagiReversalAmount, LineBreakNewLineBreaks, RenkoFields, RenkoRangeMode, RenkoBoxSize.
    Syntax
    'Declaration
     
    Public ReadOnly Property Options As FinancialExtraOptions
    public FinancialExtraOptions Options {get;}
    See Also